Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4430 | GEN003260 | SV-27372r1_rule | ECLP-1 | Medium |
Description |
---|
Cron daemon control files restrict the scheduling of automated tasks and must be protected. |
STIG | Date |
---|---|
AIX 6.1 Security Technical Implementation Guide | 2013-03-27 |
Check Text ( C-28524r1_chk ) |
---|
# ls -lL /var/adm/cron/cron.deny If the cron.deny file is not owned by root, sys, or bin, this is a finding. |
Fix Text (F-24618r1_fix) |
---|
# chown root /var/adm/cron/cron.deny |